HomeSort by relevance Sort by last modified time
    Searched defs:without (Results 1 - 4 of 4) sorted by null

  /cts/tools/signature-tools/src/signature/
Main.java 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
63 signature.converter.Main.main(without(args, i)); method
66 signature.compare.Main.main(without(args, i)); method
117 * Returns a copy of the given argument array, but without the indicated
126 private static String[] without(String[] orig, int n) { method in class:Main
  /dalvik/dx/src/com/android/dx/command/
Main.java 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
89 com.android.dx.command.dexer.Main.main(without(args, i)); method
92 com.android.dx.command.dump.Main.main(without(args, i)); method
96 without(args, i)); method
99 TestRunner.main(without(args, i)); method
158 * Returns a copy of the given args array, but without the indicated
165 private static String[] without(String[] orig, int n) { method in class:Main
  /ndk/build/core/
definitions.mk 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
340 # 2: export variable name without LOCAL_EXPORT_ prefix (e.g. 'CFLAGS')
350 # 2: export variable name without LOCAL_EXPORT_ prefix (e.g. 'CFLAGS')
582 # - without a library file extension
652 # Returns : module name, without any 'lib' prefix if any
769 # Macro : get-src-files-without-tag
771 # Usage : $(call get-src-files-without-tag,<tagname>)
774 get-src-files-without-tag = $(filter-out $(LOCAL_SRC_TAG.$1),$(LOCAL_SRC_FILES))
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 154 milliseconds