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

<<21222324252627282930>>

  /external/libvpx/libvpx/build/make/
ads2gas_apple.pl 108 # If no ALIGN, strip the AREA and align to 4 bytes
151 # Strip ARM
154 # Strip REQUIRE8
158 # Strip PRESERVE8
161 # Strip PROC and ENDPROC
  /frameworks/av/media/img_utils/include/img_utils/
TiffIfd.h 105 * Convenience method to validate and set strip-related image tags.
107 * This sets all strip related tags, but leaves offset values unitialized.
109 * The strip tag values are calculated from the existing tags for image
126 * Call this to update the strip offsets before calling writeData.
135 * This sums the byte count at each strip offset, and returns
  /external/elfutils/tests/
Makefile.am 78 newscn run-strip-test.sh run-strip-test2.sh \
79 run-strip-test3.sh run-strip-test4.sh run-strip-test5.sh \
80 run-strip-test6.sh run-strip-test7.sh run-strip-test8.sh \
81 run-strip-test9.sh run-strip-test10.sh
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripLayoutHelper.java 79 // The index of these {@link ArrayList} is the position in the suggestion strip. The indices
228 * Convert an index of {@link SuggestedWords} to position in the suggestion strip.
231 * @return Non-negative integer of the position in the suggestion strip.
232 * Negative integer if the word of the index shouldn't be shown on the suggestion strip.
266 // Center in the suggestion strip.
269 // If neither of those, the order in the suggestion strip is left of the center first
270 // then right of the center, to both edges of the suggestion strip.
287 // Center in the suggestion strip.
294 // If neither of those, the order in the suggestion strip is right of the center first
295 // then left of the center, to both edges of the suggestion strip
    [all...]
  /build/make/core/
install_jni_libs.mk 105 jni_shared_libraries := $(strip $(jni_shared_libraries))
107 jni_shared_libraries_with_abis := $(strip $(jni_shared_libraries_with_abis))
108 embedded_prebuilt_jni_libs := $(strip $(embedded_prebuilt_jni_libs))
math.mk 30 $(strip \
55 $(strip $(call _math_check_valid,$(1)) $(call _math_check_valid,$(2)) \
76 $(strip $(eval $(1) := $($(1)) .)$(words $($(1))))
  /build/make/core/tasks/tools/
package-modules.mk 24 $(strip $(ALL_MODULES.$(m).EXPLICITLY_REQUIRED)\
39 $(eval _pickup_files := $(strip $(ALL_MODULES.$(m).PICKUP_FILES)\
41 $(eval _built_files := $(strip $(ALL_MODULES.$(m).BUILT_INSTALLED)\
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
InfDepexObject.py 103 if IsValidArch(Arch.strip().upper()):
134 LineContent = Line[0].strip()
144 if not DepexString.strip():
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/
IniToXml.py 52 Path = Path.strip()
88 Path = TokenList[0].strip().replace('\\', '/')
94 FileList[0] = TokenList[0].strip()
97 if len(Attr) != 2 or not Attr[0].strip() or not Attr[1].strip():
100 Key = Attr[0].strip()
101 Val = Attr[1].strip()
333 Line = FileContent[Index].strip()
338 SectionName = Line[1:-1].strip()
354 TempKey = TokenList[0].strip()
    [all...]
  /external/autotest/client/common_lib/cros/
tpm_utils.py 30 out = client.run('cryptohome --action=tpm_status').stdout.strip()
40 item = map(lambda x : x.strip(), item)
88 res = client.run('tpm_clear --pass ' + password).stdout.strip()
  /external/autotest/server/cros/dynamic_suite/
tools_unittest.py 82 self.assertTrue(control_file.strip().startswith('def init():'))
95 self.assertTrue(control_file.strip().startswith('def init():'))
97 self.assertTrue(control_file.strip().startswith('def init():'))
  /external/autotest/server/cros/network/rf_switch/
scpi.py 115 .strip().split(',', 3)))
139 return int(code), msg.strip().strip('"')
  /external/devlib/devlib/utils/
uboot.py 63 self.prompt = self.conn.readline().strip()
71 result[variable.strip()] = value.strip()
  /external/libcxx/utils/libcxx/android/test/
config.py 51 cxx_under_test = open(cxx_under_test_file).read().strip()
54 cxx_template = open(cxx_template_file).read().strip()
57 link_template = open(link_template_file).read().strip()
  /external/llvm/cmake/modules/
ChooseMSVCCRT.cmake 30 # Strip off the leading slash and any whitespace.
33 string(STRIP "${${crt_current}}" ${crt_current})
45 string(STRIP "${${flagsvar}}" ${flagsvar})
  /external/llvm/lib/Transforms/IPO/
StripDeadPrototypes.cpp 25 #define DEBUG_TYPE "strip-dead-prototypes"
83 INITIALIZE_PASS(StripDeadPrototypesLegacyPass, "strip-dead-prototypes",
84 "Strip Unused Function Prototypes", false, false)
  /external/llvm/utils/lit/tests/unit/
TestRunner.py 52 output += [part for part in line.split(' ') if part.strip()]
101 self.assertEqual(value[0].strip(), 'baz')
102 self.assertEqual(value[1].strip(), 'foo bar')
  /external/llvm/utils/release/
findRegressions-nightly.py 33 fname = tmp[1].strip('\r\n')
35 fname = tmp[0].strip('\r\n')
58 test[fname][exp + n] = float(t[2].strip('\r\n'))
  /external/ltp/include/mk/
config.mk.in 31 STRIP := @STRIP@
85 ifeq ($(strip $(prefix)),)
  /external/mesa3d/
Android.mk 46 MESA_GPU_DRIVERS := $(strip $(BOARD_GPU_DRIVERS))
79 ifneq ($(strip $(MESA_GPU_DRIVERS)),)
95 ifeq ($(strip $(MESA_BUILD_GALLIUM)),true)
  /external/rootdev/
rootdev.h 23 * @strip: whether to remove the partition # or not.
27 int rootdev(char *path, size_t size, bool full, bool strip);
38 bool full, bool strip,
  /external/swiftshader/third_party/LLVM/cmake/modules/
ChooseMSVCCRT.cmake 30 # Strip off the leading slash and any whitespace.
33 string(STRIP "${${crt_current}}" ${crt_current})
45 string(STRIP "${${flagsvar}}" ${flagsvar})
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
StripDeadPrototypes.cpp 17 #define DEBUG_TYPE "strip-dead-prototypes"
41 INITIALIZE_PASS(StripDeadPrototypesPass, "strip-dead-prototypes",
42 "Strip Unused Function Prototypes", false, false)
  /external/toolchain-utils/automation/clients/report/dejagnu/
manifest.py 64 params[key.strip()] = value.strip()
72 line = line.strip()
  /external/trappy/tests/
test_trappy.py 80 # Strip out "thermal_temperature" from the trace
96 # Strip out devfreq traces
113 # Strip out devfreq and little traces

Completed in 398 milliseconds

<<21222324252627282930>>