HomeSort by relevance Sort by last modified time
    Searched refs:modified (Results 151 - 175 of 700) sorted by null

1 2 3 4 5 67 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
robotparser.py 41 def modified(self): member in class:RobotFileParser
  /external/eigen/doc/
eigen_navtree_hacks.js 73 navtree.css({height:(windowHeight-tocHeight) + "px"}); // <- we modified this line
150 // Modified to:
163 if (checkChildrenData(node)) { // <- we modified this line to use checkChildrenData(node) instead of node.childrenData
  /external/icu/icu4c/source/test/letest/
sfnt.h 286 BigDate modified; member in struct:HEADTable
  /external/icu/icu4c/source/test/perf/leperf/
sfnt.h 290 BigDate modified; member in struct:HEADTable
  /external/vulkan-validation-layers/loader/
vk_loader_platform.h 392 #error The "loader_platform.h" file must be modified for this OS.
  /frameworks/av/media/mtp/
MtpDevice.cpp 494 char created[100], modified[100]; local
496 formatDateTime(info->mDateModified, modified, sizeof(modified));
499 mData.putString(modified);
  /frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
ObjectViewer.java 144 view = (TextView)findViewById(R.id.modified);
  /frameworks/rs/
update_rs_prebuilts.sh 163 echo $PREBUILTS_DIR contains modified files -- aborting.
  /prebuilts/gdb/darwin-x86/lib/python2.7/
robotparser.py 41 def modified(self): member in class:RobotFileParser
  /prebuilts/gdb/linux-x86/lib/python2.7/
robotparser.py 41 def modified(self): member in class:RobotFileParser
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
value.go 13 // The ID and Type fields must not be modified. The remainder may be modified
  /prebuilts/go/darwin-x86/test/
append.go 176 verify("struct k - input modified", input, e[0:i])
223 verify("interface k - input modified", input, e[0:i])
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
value.go 13 // The ID and Type fields must not be modified. The remainder may be modified
  /prebuilts/go/linux-x86/test/
append.go 176 verify("struct k - input modified", input, e[0:i])
223 verify("interface k - input modified", input, e[0:i])
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/loader/
vk_loader_platform.h 440 #error The "loader_platform.h" file must be modified for this OS.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
robotparser.py 41 def modified(self): member in class:RobotFileParser
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
robotparser.py 41 def modified(self): member in class:RobotFileParser
  /system/tpm/trunks/ftdi/
support.c 19 * f1a6744b), and modified to suite the Chromium OS project.
  /prebuilts/tools/common/m2/repository/org/jetbrains/trove4j/trove4j/20160824/
trove4j-20160824.jar 
  /build/blueprint/parser/
parser.go 226 p.errorf("modified non-existent variable %q with +=", assignment.Name)
228 p.errorf("modified non-local variable %q with +=", assignment.Name)
230 p.errorf("modified variable %q with += after referencing", assignment.Name)
  /external/webp/src/mux/
anim_encode.c 63 WebPPicture curr_canvas_copy_; // Possibly modified current canvas.
684 // Returns true if at least one pixel gets modified.
689 int modified = 0; local
698 modified = 1;
702 return modified;
710 // Returns true if at least one pixel gets modified.
716 int modified = 0; local
759 modified = 1;
763 return modified;
    [all...]
  /frameworks/base/core/java/android/app/
LoadedApk.java 170 final ApplicationInfo modified = new ApplicationInfo(info); local
171 modified.nativeLibraryDir = modified.secondaryNativeLibraryDir;
172 modified.primaryCpuAbi = modified.secondaryCpuAbi;
173 return modified;
    [all...]
  /build/blueprint/
doc.go 30 // regenerate the project build manifest, and run modified project rules. A
  /build/soong/cmd/javac_wrapper/
javac_wrapper.go 147 // Returns line, modified if it matched, and true if it matched.
  /build/soong/ui/build/
make.go 84 // modified by PRODUCT-*/APP-* arguments

Completed in 731 milliseconds

1 2 3 4 5 67 8 91011>>