HomeSort by relevance Sort by last modified time
    Searched full:basename (Results 126 - 150 of 2809) sorted by null

1 2 3 4 56 7 8 91011>>

  /ndk/tests/device/test-gnustl-full/jni/
Android.mk 11 # Both a C and a C++ source file with the same basename
  /ndk/tests/device/test-stlport/jni/
Android.mk 11 # Both a C and a C++ source file with the same basename
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib32/
libutil-2.11.1.so 
libutil.so 
libutil.so.1 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libutil-2.11.1.so 
libutil.so 
libutil.so.1 
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
UseCompoundDrawableRefactoringTest.java 96 private void checkRefactoring(String basename, String id)
98 IFile file = getLayoutFile(getProject(), basename);
99 TestContext info = setupTestContext(file, basename);
112 checkEdits(basename, changes);
  /external/chromium_org/tools/find_runtime_symbols/
prepare_symbol_info.py 30 def _dump_command_result(command, output_dir_path, basename, suffix):
32 suffix=suffix, prefix=basename + '.', dir=output_dir_path)
34 suffix=suffix + '.err', prefix=basename + '.', dir=output_dir_path)
101 matched = re.match('^(.*)\.maps$', os.path.basename(maps_path))
109 output_dir_path = os.path.basename(maps_path) + '.pre'
163 output_dir_path, os.path.basename(binary_path), '.nm')
168 output_dir_path, os.path.basename(binary_path), '.readelf-e')
175 output_dir_path, os.path.basename(binary_path), '.readelf-wL')
179 'file': os.path.basename(nm_filename),
183 'file': os.path.basename(readelf_e_filename)
    [all...]
  /bionic/libc/include/
libgen.h 37 extern char* basename(const char*);
41 /* These non-standard functions are not needed on Android; basename and dirname use thread-local storage. */
  /development/ndk/platforms/android-3/include/
libgen.h 36 /* our version of dirname/basename don't modify the input path */
38 extern char* basename(const char* path);
  /development/ndk/platforms/android-L/include/
libgen.h 36 /* our version of dirname/basename don't modify the input path */
38 extern char* basename(const char* path);
  /external/bison/lib/
basename.c 0 /* basename.c -- return the last element in a file name
56 /* Finally, copy the basename. */
  /external/chromium_org/mojo/tools/
mojosh.sh 13 Usage: $(basename "$0") [-d DIRECTORY] [-|--] <mojo_shell arguments ...>
18 $(basename "$0") mojo:mojo_sample_app
  /external/chromium_org/third_party/skia/tools/
picture_utils.cpp 55 const char *subdirOrNull, const SkString& baseName) {
63 SkString fullPath = SkOSPath::Join(partialPath.c_str(), baseName.c_str());
picture_utils.h 47 * @param baseName last part of the filename
52 const char *subdirOrNull, const SkString& baseName);
  /external/chromium_org/v8/test/message/
overwritten-builtins.out 28 *%(basename)s:31: TypeError: Cannot read property 'x' of undefined
32 at *%(basename)s:31:10
replacement-marker-as-argument.out 28 *%(basename)s:31: TypeError: Cannot set property %%3 of #<Object> which has only a getter
32 at *%(basename)s:31:9
  /external/chromium_org/v8/test/message/regress/
regress-1527.out 28 *%(basename)s:32: ReferenceError: foo is not defined
32 at *%(basename)s:32:6
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
buildNotes.php 44 $baseName = $parts[1];
45 $parts = explode(".", $baseName);
  /external/libunwind/doc/
Makefile.am 63 page=`basename $$n .man`; \
69 page=`basename $$n .man`; \
  /external/skia/tools/
picture_utils.cpp 55 const char *subdirOrNull, const SkString& baseName) {
63 SkString fullPath = SkOSPath::SkPathJoin(partialPath.c_str(), baseName.c_str());
picture_utils.h 47 * @param baseName last part of the filename
52 const char *subdirOrNull, const SkString& baseName);
  /frameworks/base/libs/androidfw/tests/
Split_test.cpp 125 ResTable::resource_name baseName;
126 EXPECT_TRUE(table.getResourceName(base::R::string::test1, false, &baseName));
134 String16(baseName.package, baseName.packageLen),
138 String16(baseName.type, baseName.typeLen),
142 String16(baseName.name, baseName.nameLen),

Completed in 424 milliseconds

1 2 3 4 56 7 8 91011>>