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

<<31323334353637383940>>

  /developers/build/prebuilts/gradle/ImmersiveMode/.google/
packaging.yaml 4 # This file is used by Google as part of our samples packaging process.
5 # End users may safely ignore this file. It has no relevance to other systems.
  /developers/build/prebuilts/gradle/JobScheduler/.google/
packaging.yaml 4 # This file is used by Google as part of our samples packaging process.
5 # End users may safely ignore this file. It has no relevance to other systems.
  /developers/build/prebuilts/gradle/MediaRouter/.google/
packaging.yaml 4 # This file is used by Google as part of our samples packaging process.
5 # End users may safely ignore this file. It has no relevance to other systems.
  /developers/build/prebuilts/gradle/NavigationDrawer/.google/
packaging.yaml 4 # This file is used by Google as part of our samples packaging process.
5 # End users may safely ignore this file. It has no relevance to other systems.
  /developers/build/prebuilts/gradle/NfcProvisioning/
nfcprovisioning.txt 1 # Sample configuration file for NfcProvisioning
2 # Place this file in the SD card:
  /developers/build/prebuilts/gradle/Quiz/.google/
packaging.yaml 4 # This file is used by Google as part of our samples packaging process.
5 # End users may safely ignore this file. It has no relevance to other systems.
  /developers/build/prebuilts/gradle/RecipeAssistant/.google/
packaging.yaml 4 # This file is used by Google as part of our samples packaging process.
5 # End users may safely ignore this file. It has no relevance to other systems.
  /developers/build/prebuilts/gradle/RepeatingAlarm/.google/
packaging.yaml 4 # This file is used by Google as part of our samples packaging process.
5 # End users may safely ignore this file. It has no relevance to other systems.
  /developers/build/prebuilts/gradle/SlidingTabsBasic/.google/
packaging.yaml 4 # This file is used by Google as part of our samples packaging process.
5 # End users may safely ignore this file. It has no relevance to other systems.
  /developers/build/prebuilts/gradle/SpeedTracker/.google/
packaging.yaml 4 # This file is used by Google as part of our samples packaging process.
5 # End users may safely ignore this file. It has no relevance to other systems.
  /developers/build/prebuilts/gradle/SwipeRefreshLayoutBasic/.google/
packaging.yaml 4 # This file is used by Google as part of our samples packaging process.
5 # End users may safely ignore this file. It has no relevance to other systems.
  /developers/build/prebuilts/gradle/SwipeRefreshMultipleViews/.google/
packaging.yaml 4 # This file is used by Google as part of our samples packaging process.
5 # End users may safely ignore this file. It has no relevance to other systems.
  /developers/build/prebuilts/gradle/Timer/.google/
packaging.yaml 4 # This file is used by Google as part of our samples packaging process.
5 # End users may safely ignore this file. It has no relevance to other systems.
  /developers/build/prebuilts/gradle/WatchFace/.google/
packaging.yaml 4 # This file is used by Google as part of our samples packaging process.
5 # End users may safely ignore this file. It has no relevance to other systems.
  /developers/samples/android/admin/NfcProvisioning/
nfcprovisioning.txt 1 # Sample configuration file for NfcProvisioning
2 # Place this file in the SD card:
  /development/ndk/platforms/android-14/samples/native-media/
README.txt 1 This sample app requires an MPEG-2 Transport Stream file to be
7 For demonstration purposes we have supplied such a .ts file.
  /development/samples/devbytes/telephony/SmsSampleProject/.idea/
modules.xml 5 <module fileurl="file://$PROJECT_DIR$/SmsSampleProject.iml" filepath="$PROJECT_DIR$/SmsSampleProject.iml" />
6 <module fileurl="file://$PROJECT_DIR$/app/app.iml" filepath="$PROJECT_DIR$/app/app.iml" />
  /device/asus/flo/sepolicy/
kickstart.te 8 allow kickstart shell_exec:file rx_file_perms;
9 allow kickstart kickstart_exec:file rx_file_perms;
26 allow kickstart kickstart_data_file:file create_file_perms;
29 # Read radio firmware file(s)
31 allow kickstart radio_efs_file:file r_file_perms;
34 allow kickstart shell_exec:file rx_file_perms;
35 allow kickstart system_file:file execute_no_trans;
45 allow kickstart sysfs_rmnet:file w_file_perms;
  /device/moto/shamu/sepolicy/
mmi_touch_sh.te 8 allow mmi_touch_sh shell_exec:file rx_file_perms;
15 allow mmi_touch_sh sysfs_mmi_touch:file rw_file_perms;
  /external/bison/lib/
dirname.h 1 /* Take file names apart into directory and base names.
35 char *base_name (char const *file);
36 char *dir_name (char const *file);
39 char *mdir_name (char const *file);
40 size_t base_len (char const *file) _GL_ATTRIBUTE_PURE;
41 size_t dir_len (char const *file) _GL_ATTRIBUTE_PURE;
42 char *last_component (char const *file) _GL_ATTRIBUTE_PURE;
44 bool strip_trailing_slashes (char *file);
  /external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/
run_tests.js 10 fs.readdirSync(fixturesDir).forEach(function (file) {
11 mocha.addFile(path.join(fixturesDir, file));
  /external/chromium-trace/trace-viewer/tracing/third_party/vinn/vinn/test_data/
dummy_test_file 3 // found in the LICENSE file.
5 This is file contains only data for testing.
  /external/clang/cmake/modules/
ClangConfig.cmake 1 # This file allows users to call find_package(Clang) and pick up our targets.
4 # uses LLVM's. When it does, we should move this file to ClangConfig.cmake.in
  /external/clang/test/CodeGen/
ubsan-blacklist.c 3 // RUN: echo "src:%s" > %t-file.blacklist
6 // RUN: %clang_cc1 -fsanitize=unsigned-integer-overflow -fsanitize-blacklist=%t-file.blacklist -emit-llvm %s -o - | FileCheck %s --check-prefix=FILE
8 // FIXME: %t-file.blacklist contains DOSish paths.
15 // FILE: @hash
19 // FILE-NOT: call void @__ubsan
25 // FILE: @add
29 // FILE-NOT: call void @__ubsan
  /external/clang/test/CoverageMapping/
preprocessor.c 1 // RUN: %clang_cc1 -fprofile-instr-generate -fcoverage-mapping -dump-coverage-mapping -emit-llvm-only -main-file-name preprocessor.c %s | FileCheck %s
4 void func() { // CHECK: File 0, [[@LINE]]:13 -> [[@LINE+5]]:2 = #0
6 #ifdef MACRO // CHECK-NEXT: Skipped,File 0, [[@LINE]]:2 -> [[@LINE+2]]:2 = 0
18 int main() { // CHECK-NEXT: File 0, [[@LINE]]:12 -> {{[0-9]+}}:2 = #0
20 #if 0 // CHECK-NEXT: Skipped,File 0, [[@LINE]]:2 -> [[@LINE+4]]:2 = 0
27 // CHECK-NEXT: File 0, [[@LINE+1]]:6 -> [[@LINE+1]]:12 = #0
28 if(i == 0) { // CHECK-NEXT: File 0, [[@LINE]]:14 -> [[@LINE+2]]:4 = #1
31 #else // CHECK-NEXT: Skipped,File 0, [[@LINE]]:2 -> [[@LINE+5]]:2 = 0

Completed in 536 milliseconds

<<31323334353637383940>>