HomeSort by relevance Sort by last modified time
    Searched defs:Modified (Results 1 - 25 of 41) sorted by null

1 2

  /external/nanopb-c/generator/google/protobuf/internal/
message_listener.py 46 dirty: If True, then calling Modified() would be a no-op. This can be
50 def Modified(self):
51 """Called every time the message is modified in such a way that the parent
53 (a) The message was modified for the first time, so the parent message
56 modified for the first time after a previous call to ByteSize().
61 Modified() will *only* be called in response to one of these two events --
62 not every time the sub-message is modified.
65 Modified at the moment would be a no-op, so it can be skipped. Performance-
77 def Modified(self):
python_message.py     [all...]
  /external/protobuf/python/google/protobuf/internal/
message_listener.py 46 dirty: If True, then calling Modified() would be a no-op. This can be
50 def Modified(self):
51 """Called every time the message is modified in such a way that the parent
53 (a) The message was modified for the first time, so the parent message
56 modified for the first time after a previous call to ByteSize().
61 Modified() will *only* be called in response to one of these two events --
62 not every time the sub-message is modified.
65 Modified at the moment would be a no-op, so it can be skipped. Performance-
77 def Modified(self):
python_message.py     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXPrologEpilogPass.cpp 10 // This file is a copy of the generic LLVM PrologEpilogInserter pass, modified
54 bool Modified = false;
65 Modified = true;
79 return Modified;
  /external/llvm/lib/Target/X86/
X86ExpandPseudo.cpp 170 bool Modified = false;
176 Modified |= ExpandMI(MBB, MBBI);
180 return Modified;
189 bool Modified = false;
191 Modified |= ExpandMBB(MBB);
192 return Modified;
  /external/jhead/
jpgfile.c 951 int Modified = FALSE;
987 Modified = TRUE;
990 return Modified;
main.c 74 int Modified = FALSE;
113 ALOGE("Modified: %s\n", filename);
  /external/llvm/lib/Target/AMDGPU/
SILoadStoreOptimizer.cpp 383 bool Modified = false;
399 Modified = true;
410 Modified = true;
422 return Modified;
437 bool Modified = false;
440 Modified |= optimizeBlock(MBB);
442 return Modified;
AMDGPUOpenCLImageTypeLoweringPass.cpp 152 bool Modified = false;
178 Modified = true;
181 return Modified;
185 bool Modified = false;
207 Modified = true;
210 return Modified;
218 bool Modified = false;
238 Modified |= replaceImageUses(Arg, ResourceID, SizeArg, FormatArg);
243 Modified |= replaceSamplerUses(Arg, ResourceID);
250 return Modified;
    [all...]
  /external/llvm/lib/Target/ARM/
MLxExpansionPass.cpp 391 bool Modified = false;
393 Modified |= ExpandFPMLxInstructions(MBB);
395 return Modified;
Thumb2ITBlockPass.cpp 176 bool Modified = false;
262 Modified = true;
266 return Modified;
282 bool Modified = false;
286 Modified |= InsertITInstructions(MBB);
289 if (Modified)
292 return Modified;
A15SDOptimizer.cpp 620 bool Modified = false;
661 Modified = true;
680 return Modified;
692 bool Modified = false;
704 Modified |= runOnInstruction(MI++);
715 return Modified;
Thumb2SizeReduction.cpp     [all...]
ARMExpandPseudoInsts.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
Float2Int.cpp 513 // Perform dead code elimination on the instructions we just modified.
537 bool Modified = validateAndTransform();
538 if (Modified)
540 return Modified;
TailRecursionElimination.cpp 167 bool Modified = markTails(F, AllCallsAreTailCalls);
169 Modified |= runTRE(F);
170 return Modified;
270 bool Modified = false;
332 Modified = true;
379 Modified = true;
385 return Modified;
480 /// We currently handle static constants and arguments that are not modified as
752 // other tail recursions eliminated) the accumulator is not modified.
    [all...]
  /external/sfntly/cpp/src/sfntly/table/core/
font_header_table.cc 53 int64_t FontHeaderTable::Modified() {
177 int64_t FontHeaderTable::Builder::Modified() {
178 return down_cast<FontHeaderTable*>(GetTable())->Modified();
  /external/llvm/lib/Target/Mips/
Mips16HardFloat.cpp 387 bool Modified = false;
414 Modified = true;
440 Modified=true;
447 Modified=true;
453 Modified=true;
459 return Modified;
535 bool Modified = false;
544 Modified |= fixupFPReturnAndCall(*F, &M, TM);
547 Modified = true;
551 return Modified;
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64CollectLOH.cpp     [all...]
AArch64LoadStoreOptimizer.cpp 901 // Track which registers have been modified and used between the first insn
    [all...]
  /external/freetype/include/freetype/
tttables.h 12 /* modified, and distributed under the terms of the FreeType project */
94 FT_Long Modified[2];
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/
tttables.h 12 /* modified, and distributed under the terms of the FreeType project */
94 FT_Long Modified[2];
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/
tttables.h 12 /* modified, and distributed under the terms of the FreeType project */
94 FT_Long Modified[2];
    [all...]
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
tttables.h 12 /* modified, and distributed under the terms of the FreeType project */
94 FT_Long Modified[2];
    [all...]

Completed in 1612 milliseconds

1 2