HomeSort by relevance Sort by last modified time
    Searched full:file (Results 701 - 725 of 168772) sorted by null

<<21222324252627282930>>

  /art/tools/dexfuzz/src/dexfuzz/rawdex/
TypeIdItem.java 5 * you may not use this file except in compliance with the License.
25 public void read(DexRandomAccessFile file) throws IOException {
26 file.getOffsetTracker().getNewOffsettable(file, this);
27 descriptorIdx = file.readUInt();
31 public void write(DexRandomAccessFile file) throws IOException {
32 file.getOffsetTracker().updatePositionOfNextOffsettable(file);
33 file.writeUInt(descriptorIdx);
  /build/tools/
fixlinebreaks.sh 10 for file in $FILES ; do
11 echo $file
12 tr -d \\r < $file > _temp_file
13 mv _temp_file $file
  /dalvik/dx/tests/030-minimal-jasmin/
info.txt 2 file and then dumping it. It doesn't test any features in particular.
  /dalvik/dx/tests/124-multidex-option-no-overflow/
info.txt 1 Test that dx generates one dex file when the dex index do not exceed limits and --multi-dex option
  /development/tools/idegen/
idegen.iml 4 <output url="file://$MODULE_DIR$/classes" />
5 <output-test url="file://$MODULE_DIR$/classes" />
7 <content url="file://$MODULE_DIR$">
8 <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
  /device/asus/flo/
init.flo.diag.rc.user 1 # This file gets copied as /init.flo.diag.rc
  /device/asus/fugu/
bt_vendor.conf 4 # Firmware patch file location
  /device/asus/fugu/sepolicy/
init.te 3 allow init binfmt_miscfs:file w_file_perms;
  /device/lge/hammerhead/
init.hammerhead.diag.rc.userdebug 1 # This file gets copied as /init.hammerhead.diag.rc
  /device/lge/hammerhead/sepolicy/
platform_app.te 6 allow platform_app diag_logs:file create_file_perms;
radio.te 5 allow radio system_file:file execmod;
  /device/moto/shamu/sepolicy/
mpdecision.te 8 allow mpdecision sysfs_mpdecision:file rw_file_perms;
9 allow mpdecision sysfs_devices_system_cpu:file rw_file_perms;
10 allow mpdecision sysfs_rqstats:file rw_file_perms;
12 allow mpdecision sysfs_cpu_online:file rw_file_perms;
13 allow mpdecision cpuctl_device:file rw_file_perms;
15 allow mpdecision sysfs_cpuboost:file rw_file_perms;
27 # <12>[ 39.917299] type=1400 audit(1409704476.019:90): avc: denied { write } for pid=328 comm="mpdecision" name="scaling_min_freq" dev="sysfs" ino=13165 scontext=u:r:mpdecision:s0 tcontext=u:object_r:sysfs:s0 tclass=file permissive=1
28 # even though the file is properly labeled:
32 allow mpdecision sysfs:file write;
  /external/androidplot/.idea/
compiler.xml 6 <directory url="file://$PROJECT_DIR$/Examples/StepChartExample/gen" includeSubdirectories="true" />
7 <directory url="file://$PROJECT_DIR$/Examples/SimpleXYPlotExample/gen" includeSubdirectories="true" />
8 <directory url="file://$PROJECT_DIR$/Examples/TimeSeriesExample/gen" includeSubdirectories="true" />
9 <directory url="file://$PROJECT_DIR$/Examples/OrientationSensorExample/gen" includeSubdirectories="true" />
10 <directory url="file://$PROJECT_DIR$/Examples/DynamicXYPlotExample/gen" includeSubdirectories="true" />
11 <directory url="file://$PROJECT_DIR$/Examples/HelperExample/gen" includeSubdirectories="true" />
12 <directory url="file://$PROJECT_DIR$/Examples/gen" includeSubdirectories="true" />
13 <directory url="file://$PROJECT_DIR$/Examples/DemoApp/gen" includeSubdirectories="true" />
14 <directory url="file://$PROJECT_DIR$/Examples/TimedXYPlotExample/gen" includeSubdirectories="true" />
15 <directory url="file://$PROJECT_DIR$/Examples/Quickstart/gen" includeSubdirectories="true" />
    [all...]
  /external/clang/runtime/compiler-rt/
clang_linux_test_input.c 1 // This file is used to check if we can produce working executables
  /external/clang/test/CodeGenCXX/
debug-info-anon-union-vars.cpp 24 // CHECK: [[FILE:.*]] = !MDFile(filename: "{{.*}}debug-info-anon-union-vars.cpp",
25 // CHECK: !MDGlobalVariable(name: "c",{{.*}} file: [[FILE]], line: 6,{{.*}} isLocal: true, isDefinition: true
26 // CHECK: !MDGlobalVariable(name: "d",{{.*}} file: [[FILE]], line: 6,{{.*}} isLocal: true, isDefinition: true
27 // CHECK: !MDGlobalVariable(name: "a",{{.*}} file: [[FILE]], line: 6,{{.*}} isLocal: true, isDefinition: true
28 // CHECK: !MDGlobalVariable(name: "b",{{.*}} file: [[FILE]], line: 6,{{.*}} isLocal: true, isDefinition: true
  /external/clang/test/CoverageMapping/
casts.c 1 // RUN: %clang_cc1 -fprofile-instr-generate -fcoverage-mapping -dump-coverage-mapping -emit-llvm-only -main-file-name casts.c %s | FileCheck %s
3 int main() { // CHECK: File 0, [[@LINE]]:12 -> [[@LINE+4]]:2 = #0
4 // CHECK-NEXT: File 0, [[@LINE+1]]:41 -> [[@LINE+1]]:54 = #1
5 int window_size = (sizeof(int) <= 2 ? (unsigned)512 : 1024); // CHECK-NEXT: File 0, [[@LINE]]:57 -> [[@LINE]]:61 = (#0 - #1)
continue.c 1 // RUN: %clang_cc1 -fprofile-instr-generate -fcoverage-mapping -dump-coverage-mapping -emit-llvm-only -main-file-name continue.c %s | FileCheck %s
3 int main() { // CHECK: File 0, [[@LINE]]:12 -> [[@LINE+21]]:2 = #0
4 int j = 0; // CHECK-NEXT: File 0, [[@LINE+2]]:18 -> [[@LINE+2]]:24 = (#0 + #1)
5 // CHECK-NEXT: File 0, [[@LINE+1]]:26 -> [[@LINE+1]]:29 = #1
6 for(int i = 0; i < 20; ++i) { // CHECK-NEXT: File 0, [[@LINE]]:31 -> [[@LINE+17]]:4 = #1
7 if(i < 10) { // CHECK: File 0, [[@LINE]]:16 -> [[@LINE+13]]:6 = #2
8 if(i < 5) { // CHECK: File 0, [[@LINE]]:17 -> [[@LINE+3]]:8 = #3
10 j = 1; // CHECK-NEXT: File 0, [[@LINE]]:9 -> [[@LINE+1]]:8 = 0
11 } else { // CHECK-NEXT: File 0, [[@LINE]]:14 -> [[@LINE+2]]:8 = (#2 - #3)
14 j = 3; // CHECK-NEXT: File 0, [[@LINE]]:7 -> [[@LINE+6]]:6 = (#2 - #3
    [all...]
  /external/clang/test/Driver/
symbol-rewriter.c 1 // RUN: %clang -frewrite-map-file %S/Inputs/rewrite.map -### %s 2>&1 | FileCheck %s -check-prefix CHECK-SINGLE
3 // CHECK-SINGLE: "-frewrite-map-file" "{{.*[\\/]}}rewrite.map"
5 // RUN: %clang -frewrite-map-file %S/Inputs/rewrite-1.map -frewrite-map-file %S/Inputs/rewrite-2.map -### %s 2>&1 | FileCheck %s -check-prefix CHECK-MULTIPLE
7 // CHECK-MULTIPLE: "-frewrite-map-file" "{{.*[\\/]}}rewrite-1.map" "-frewrite-map-file" "{{.*[\\/]}}rewrite-2.map"
9 // RUN: %clang -frewrite-map-file=%S/Inputs/rewrite.map -### %s 2>&1 | FileCheck %s -check-prefix CHECK-SINGLE-EQ
11 // CHECK-SINGLE-EQ: "-frewrite-map-file" "{{.*[\\/]}}rewrite.map"
13 // RUN: %clang -frewrite-map-file=%S/Inputs/rewrite-1.map -frewrite-map-file=%S/Inputs/rewrite-2.map -### %s 2>&1 | FileCheck %s -check-prefix CHECK-MULTIPLE-E
    [all...]
  /external/clang/test/Misc/
remap-file.c 1 // RUN: %clang_cc1 -remap-file "%s;%S/Inputs/remapped-file" -fsyntax-only %s 2>&1 | FileCheck -check-prefix=CHECK-EXIST %s
2 // RUN: %clang_cc1 -remap-file "%S/nonexistent.c;%S/Inputs/remapped-file" -fsyntax-only %S/nonexistent.c 2>&1 | FileCheck -check-prefix=CHECK-NONEXIST %s
3 // RUN: %clang_cc1 -remap-file "%S/nonexistent.c;%S/Inputs/remapped-file-2" -remap-file "%S/nonexistent.h;%S/Inputs/remapped-file-3" -fsyntax-only %S/nonexistent.c 2>&1 | FileCheck -check-prefix=CHECK-HEADER %s
5 // CHECK-EXIST: remap-file.c:1:28: warning: incompatible pointer types
  /external/clang/test/Modules/Inputs/HasSubModules.framework/Frameworks/Sub.framework/PrivateHeaders/
SubPriv.h 2 // This comment ensures that this file is not identical to
  /external/clang/test/Modules/Inputs/modules-with-same-name/path1/A/
module.modulemap 1 // path1. This comment keeps this file from being identical to
  /external/clang/test/Modules/Inputs/modules-with-same-name/path2/A/
module.modulemap 1 // path2. This comment keeps this file from being identical to
  /external/clang/test/Preprocessor/
_Pragma-dependency2.c 4 DO_PRAGMA ("GCC dependency \"blahblabh\"") // expected-error {{file not found}}
  /external/clang/utils/analyzer/
update_plist_test.pl 3 require File::Temp;
4 use File::Temp ();
6 die "update_plist_test <test file> <plist file>\n" if ($#ARGV < 1);
8 die "error: cannot read file $testFile\n" if (! -r $testFile);
10 die "error: cannot read file $plistFile\n" if (! -r $plistFile);
12 # Create a temp file for the new test.
13 my $fh = File::Temp->new();
17 # Copy the existing temp file, skipping the FileCheck comments.
  /external/compiler-rt/make/platform/
clang_linux_test_input.c 1 // This file is used to check if we can produce working executables

Completed in 1852 milliseconds

<<21222324252627282930>>