HomeSort by relevance Sort by last modified time
    Searched refs:strip (Results 76 - 100 of 2628) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/swiftshader/third_party/LLVM/lib/Support/
regfree.c 63 if (g->strip != NULL)
64 free((char *)g->strip);
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
linkinfo1b.d 3 #objcopy_linked_file: --strip-debug
  /build/make/core/
host_shared_library_internal.mk 10 ifeq ($(strip $(LOCAL_MODULE_CLASS)),)
13 ifeq ($(strip $(LOCAL_MODULE_SUFFIX)),)
16 ifneq ($(strip $(OVERRIDE_BUILT_MODULE_PATH)),)
19 ifneq ($(strip $(LOCAL_MODULE_STEM)$(LOCAL_BUILT_MODULE_STEM)),)
node_fns.mk 48 $(foreach v,$(2),$(eval $(strip $(1)).$(v):=$($(v))))
98 $(strip \
100 $(eval h := |||$(subst $(space),|||,$(strip $(1)))|||) \
101 $(eval h := $(subst |||$(strip $(2))|||,|||$(space)|||,$(h))) \
163 $(strip \
228 $(call _import-node,$(1),$(strip $(_in)),$(3)) \
  /device/google/contexthub/firmware/build/
app_chre_executable.mk 22 ifeq ($(strip $(my_variants)),)
bl_executable.mk 23 ifeq ($(strip $(my_variants)),)
os_executable.mk 23 ifeq ($(strip $(my_variants)),)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lundump.h 20 LUAI_FUNC int luaU_dump (lua_State* L, const Proto* f, lua_Writer w, void* data, int strip);
  /external/autotest/client/site_tests/kernel_VbootContextEC/
kernel_VbootContextEC.py 25 media = utils.read_file(self.dts_node_path).strip('\n\x00')
42 vboot_context = utils.system_output('mosys nvram vboot read').strip()
46 vc_got = utils.read_file(sysfs_entry).strip('\n\x00')
55 vc_got = utils.system_output('mosys nvram vboot read').strip()
  /external/ltp/include/mk/
man.mk 23 ifeq ($(strip $(MANPREFIX)),)
  /external/markdown/markdown/extensions/
meta.py 67 if line.strip() == '':
71 key = m1.group('key').lower().strip()
72 meta[key] = [m1.group('value').strip()]
77 meta[key].append(m2.group('value').strip())
  /external/skia/third_party/lua/src/
lundump.h 20 LUAI_FUNC int luaU_dump (lua_State* L, const Proto* f, lua_Writer w, void* data, int strip);
  /external/syslinux/com32/lua/src/
lundump.h 20 LUAI_FUNC int luaU_dump (lua_State* L, const Proto* f, lua_Writer w, void* data, int strip);
  /external/toolchain-utils/mem_tests/
utils.py 19 date = line.strip().split(':')[2].split('/')
  /frameworks/native/opengl/tools/glgen/
convert_to_java.py 27 defineValuePair = line.strip().split()[1:]
  /platform_testing/scripts/perf-setup/
Android.mk 36 ifneq ($(strip $(BOARD_PERFSETUP_SCRIPT)),)
  /external/autotest/client/cros/faft/utils/
cgpt_handler.py 62 for line in [x.strip() for x in device_dump]:
67 label = line.split('Label:')[1].strip('" ')
71 name, value = line.strip().split(':')
73 label_data[name] = value.strip()
77 attrs = value.strip().split()
  /external/pdfium/third_party/libtiff/
tif_write.c 35 #define STRIPINCR 20 /* expansion factor on strip array */
46 static int TIFFAppendToStrip(TIFF* tif, uint32 strip, uint8* data, tmsize_t cc);
54 uint32 strip; local
82 * Calculate strip and check for crossings.
91 strip = sample*td->td_stripsperimage + row/td->td_rowsperstrip;
93 strip = row / td->td_rowsperstrip;
95 * Check strip array to make sure there's space. We don't support
101 if (strip >= td->td_nstrips && !TIFFGrowStrips(tif, 1, module))
103 if (strip != tif->tif_curstrip) {
109 tif->tif_curstrip = strip;
    [all...]
tif_read.c 34 int TIFFFillStrip(TIFF* tif, uint32 strip);
36 static int TIFFStartStrip(TIFF* tif, uint32 strip);
40 TIFFReadRawStrip1(TIFF* tif, uint32 strip, void* buf, tmsize_t size,const char* module);
46 TIFFFillStripPartial( TIFF *tif, int strip, tmsize_t read_ahead, int restart )
60 * strip coming from file (perhaps should set upper
64 /* bytecountm=(tmsize_t) td->td_stripbytecount[strip]; */
71 "Data buffer too small to hold part of strip %lu",
72 (unsigned long) strip);
103 read_offset = td->td_stripoffset[strip]
108 "Seek error at scanline %lu, strip %lu"
177 uint32 strip; local
    [all...]
  /external/compiler-rt/make/
lib_util.mk 8 GetCNAVar = $(strip \
18 SelectFunctionDir = $(strip \
22 $(error SelectFunctionDir: invalid function name "$(3)" ($(strip\
29 SelectFunctionDirs_Opt_ConfigAndArch = $(strip \
34 SelectFunctionDirs_Opt_Config = $(strip \
38 SelectFunctionDirs_Opt_Arch = $(strip \
42 SelectFunctionDirs_Gen = $(strip \
  /external/elfutils/tests/
run-allfcts.sh 30 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:107:main
31 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:159:print_version
32 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:173:parse_opt
33 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:201:more_help
34 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:217:process_file
36 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:291:crc32_file
37 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:313:handle_elf
  /external/autotest/site_utils/
seed_test_attr.py 78 whitelist = {line.strip() for line in f.readlines() if line.strip()}
91 'suite:' + x.strip() for x in cd.suite.split(',') if x.strip())
117 'suite:' + x.strip() for x in suite.split(',') if x.strip())
  /external/v8/tools/release/
mergeinfo.py 21 hash_to_search]).strip()
24 hash_to_search]).strip()
31 'master']).strip().splitlines()
56 '-a']).strip()
58 return map(str.strip, branches)
95 '-r']).strip()
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regfree.c 120 if (g->strip != NULL)
121 free(g->strip);
  /build/kati/testcase/
find_command_sorted.mk 6 @echo $$ '$(strip $(1))'

Completed in 1094 milliseconds

1 2 34 5 6 7 8 91011>>