HomeSort by relevance Sort by last modified time
    Searched refs:inplace (Results 1 - 21 of 21) sorted by null

  /external/v8/tools/
disasm.py 56 def GetDisasmLines(filename, offset, size, arch, inplace):
58 if not inplace:
ll_prof.py 179 inplace = False
182 inplace = True
188 inplace)
  /external/clang/www/
builtins.py 153 for line in fileinput.input(inplace=1):
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
deps.py 55 # inplace=1 creates a backup file and re-directs stdout to the file
56 for line in fileinput.FileInput(self._path, inplace=1):
changelog.py 32 import fileinput # inplace file editing for set_reviewer_in_changelog namespace
154 # inplace=1 creates a backup file and re-directs stdout to the file
155 for line in fileinput.FileInput(self.path, inplace=1):
170 # inplace=1 creates a backup file and re-directs stdout to the file
171 for line in fileinput.FileInput(self.path, inplace=1):
177 for line in fileinput.FileInput(self.path, inplace=1):
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
DexFile.java 153 private boolean inplace = false; field in class:DexFile
500 * If both SortAllItems and Inplace are true, Inplace takes precedence
514 * If both SortAllItems and Inplace are true, Inplace takes precedence
554 * If both SortAllItems and Inplace are true, Inplace takes precedence
559 return this.inplace;
593 * If both SortAllItems and Inplace are true, Inplace takes precedenc
    [all...]
  /external/harfbuzz/src/
harfbuzz-buffer-private.h 67 HB_Bool inplace );
harfbuzz-buffer.c 43 * - replace_glyph() is called with inplace=TRUE
49 * As soon an add_output_glyph[s]() or replace_glyph() with inplace=FALSE is
354 HB_Bool inplace )
359 if ( inplace )
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/110/1/.cp/ant_tasks/
publisher-ant.jar 
  /external/opencv/cv/src/
cvmorph.cpp 832 bool inplace; local
    [all...]
  /external/opencv/cxcore/src/
cxcopy.cpp 959 int inplace = src->data.ptr == dst->data.ptr; local
968 if( flip_mode < 0 && !inplace )
976 if( flip_mode < 0 && inplace )
    [all...]
cxdxt.cpp     [all...]
  /external/openssh/
ssh-keygen.c 976 int c, skip = 0, inplace = 0, num = 0, invalid = 0, has_unhashed = 0; local
1008 inplace = 1;
1029 if (inplace)
1133 if (inplace) {
1142 if (inplace) {
    [all...]
  /cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/js/
jquery.js     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
gimple.h 894 bool gimple_fold_call (gimple_stmt_iterator *gsi, bool inplace);
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
gimple.h 894 bool gimple_fold_call (gimple_stmt_iterator *gsi, bool inplace);
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
gimple.h 894 bool gimple_fold_call (gimple_stmt_iterator *gsi, bool inplace);
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
gimple.h 894 bool gimple_fold_call (gimple_stmt_iterator *gsi, bool inplace);
    [all...]
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /tools/motodev/src/plugins/preflighting.core/apktool/
apktool.jar 

Completed in 1125 milliseconds