HomeSort by relevance Sort by last modified time
    Searched refs:sh (Results 226 - 250 of 872) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /hardware/broadcom/libbt/
vnd_buildcfg.mk 9 TOOL := $(TOP_DIR)external/bluetooth/bluedroid/tools/gen-buildcfg.sh
  /ndk/tests/build/no-installable-modules/jni/
Android.mk 11 # The build.sh will check that it is _not_ compiled.
  /ndk/tests/device/test-gabi++/jni/
Application.mk 2 # build.sh in the project tree will check
  /sdk/eclipse/scripts/
update_version.sh 14 scripts/update_version.sh 0.1.2 0.2.3
  /external/valgrind/main/memcheck/tests/
sh-mem.c 71 U1 sh[SZB_OF_a]; // Used for getting a[]'s V bits local
74 (void)VALGRIND_GET_VBITS(a, sh, sizeof(a));
76 if ( expected_byte != sh[i] && expected_byte_alt != sh[i] ) {
79 str, offset, i, sh[i], expected_byte,
  /ndk/build/tools/
dev-rebuild-ndk.sh 1 #!/bin/sh
22 # Revamp of the 'ndk-buil.sh' based on feedback and NDK build
30 . `dirname $0`/prebuilt-common.sh
145 $PROGDIR/download-toolchain-sources.sh $NDK_SRC_DIR \
160 $PROGDIR/gen-platforms.sh \
165 fail_panic "build-platforms.sh failed. Logfile in $logfile"
198 $PROGDIR/rebuild-all-prebuilt.sh \
207 fail_panic "rebuild-all-prebuilt.sh failed. Logfile in $logfile"
217 $PROGDIR/package-release.sh \
227 fail_panic "package-release.sh failed. Logfile in $logfile
    [all...]
make-release.sh 1 #!/bin/sh
22 . `dirname $0`/prebuilt-common.sh
211 run $ANDROID_NDK_ROOT/build/tools/download-toolchain-sources.sh "$TOOLCHAIN_SRCDIR"
229 run $ANDROID_NDK_ROOT/build/tools/rebuild-all-prebuilt.sh --package-dir="$PREBUILT_DIR" --build-dir="$RELEASE_DIR/build" "$TOOLCHAIN_SRCDIR" $HOST_FLAGS
236 run $ANDROID_NDK_ROOT/build/tools/rebuild-all-prebuilt.sh --package-dir="$PREBUILT_DIR" --darwin-ssh="$DARWIN_SSH" "$TOOLCHAIN_SRCDIR"
248 run $ANDROID_NDK_ROOT/build/tools/package-release.sh --release=$RELEASE --prefix=$PREFIX --out-dir="$OUT_DIR" --prebuilt-dir="$PREBUILT_DIR" --systems="$HOST_SYSTEMS" --development-root="$DEVELOPMENT_ROOT"
build-host-toolbox.sh 1 #!/bin/sh
22 . `dirname $0`/prebuilt-common.sh
23 . `dirname $0`/builder-funcs.sh
patch-sources.sh 1 #!/bin/sh
21 . `dirname $0`/prebuilt-common.sh
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
lpc_masking_model.c 552 int sh_lo, sh_hi, sh, ssh, shMem; local
731 sh = QdomLO - maskdata->CorrBufLoQdom[n];
732 if (sh<=shMem) {
733 tmp = WEBRTC_SPL_SHIFT_W32(maskdata->CorrBufLoQQ[n], sh); // Get CorrBufLoQQ to same domain as corrlo2
735 } else if ((sh-shMem)<7){
737 tmp = WEBRTC_SPL_MUL_16_32_RSFT15(WEBRTC_SPL_LSHIFT_W16(alpha, (sh-shMem)), tmp); // Shift alpha the number of times required to get tmp in QdomLO
741 tmpCorr = WEBRTC_SPL_RSHIFT_W32(corrloQQ[n], sh-shMem-6);
744 newQdomLO = QdomLO-(sh-shMem-6);
777 sh = QdomHI - maskdata->CorrBufHiQdom[n];
778 if (sh<=shMem)
    [all...]
lattice.c 115 WebRtc_Word16 sh; local
194 sh = 9-gain_sh; //number of needed shifts to reach Q9
195 t16a = (WebRtc_Word16) WEBRTC_SPL_SHIFT_W32(tmp32, sh);
237 WebRtc_Word16 sh; local
268 sh = WebRtcSpl_NormW32(tmp32); // tmp32 is the gain
269 den16 = (WebRtc_Word16) WEBRTC_SPL_SHIFT_W32(tmp32, sh-16); //Q(27+sh-16) = Q(sh+11) (all 16 bits are value bits)
270 inv_gain32 = WebRtcSpl_DivW32W16((WebRtc_Word32)2147483647, den16); // 1/gain in Q31/Q(sh+11) = Q(20-sh)
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
builtin_function.cpp 43 gl_shader *sh = _mesa_new_shader(NULL, 0, target); local
45 new(sh) _mesa_glsl_parse_state(&fakeCtx, target, sh);
55 sh->ir = new(sh) exec_list;
56 sh->symbols = st->symbols;
59 _mesa_glsl_read_ir(st, sh->ir, protos, true);
66 _mesa_glsl_read_ir(st, sh->ir, functions[i], false);
71 ralloc_free(sh);
76 reparent_ir(sh->ir, sh)
14450 gl_shader *sh = builtin_profiles[profile_index]; local
    [all...]
  /external/clang/test/SemaCXX/
crashes.cpp 143 const int* sh; member in class:test1::ELFObjectFile
145 switch (*sh) {
147 int SectionName(getString(sh));
  /external/chromium_org/third_party/mesa/src/src/glsl/
linker.cpp 203 link_invalidate_variable_locations(gl_shader *sh, enum ir_variable_mode mode,
206 foreach_list(node, sh->ir) {
598 struct gl_shader *sh = prog->_LinkedShaders[i]; local
605 if (sh == NULL)
608 for (unsigned int j = 0; j < sh->NumUniformBlocks; j++) {
612 &sh->UniformBlocks[j]);
616 sh->UniformBlocks[j].Name);
752 populate_symbol_table(gl_shader *sh)
754 sh->symbols = new(sh) glsl_symbol_table
980 struct gl_shader *sh = shader_list[i]; local
1279 gl_shader *const sh = prog->_LinkedShaders[target_index]; local
2335 struct gl_shader *sh = prog->_LinkedShaders[i]; local
2470 gl_shader *const sh = local
2485 gl_shader *const sh = local
2534 struct gl_shader *sh = prog->_LinkedShaders[MESA_SHADER_FRAGMENT]; local
2643 gl_shader *const sh = prog->_LinkedShaders[MESA_SHADER_GEOMETRY]; local
2657 gl_shader *const sh = prog->_LinkedShaders[MESA_SHADER_FRAGMENT]; local
    [all...]
  /external/mesa3d/src/glsl/
linker.cpp 203 link_invalidate_variable_locations(gl_shader *sh, enum ir_variable_mode mode,
206 foreach_list(node, sh->ir) {
598 struct gl_shader *sh = prog->_LinkedShaders[i]; local
605 if (sh == NULL)
608 for (unsigned int j = 0; j < sh->NumUniformBlocks; j++) {
612 &sh->UniformBlocks[j]);
616 sh->UniformBlocks[j].Name);
752 populate_symbol_table(gl_shader *sh)
754 sh->symbols = new(sh) glsl_symbol_table
980 struct gl_shader *sh = shader_list[i]; local
1279 gl_shader *const sh = prog->_LinkedShaders[target_index]; local
2335 struct gl_shader *sh = prog->_LinkedShaders[i]; local
2470 gl_shader *const sh = local
2485 gl_shader *const sh = local
2534 struct gl_shader *sh = prog->_LinkedShaders[MESA_SHADER_FRAGMENT]; local
2643 gl_shader *const sh = prog->_LinkedShaders[MESA_SHADER_GEOMETRY]; local
2657 gl_shader *const sh = prog->_LinkedShaders[MESA_SHADER_FRAGMENT]; local
    [all...]
  /device/asus/deb/
device.mk 39 init.qcom.class_main.sh
  /external/chromium_org/build/android/
adb_logcat_printer.py 156 sh = logging.StreamHandler(log_stringio)
157 sh.setFormatter(logging.Formatter('%(asctime)-2s %(levelname)-8s'
159 logger.addHandler(sh)
194 sh.flush()
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.idl 122 [RaisesException] void drawImage(HTMLImageElement? image, float sx, float sy, float sw, float sh, float dx, float dy, float dw, float dh);
125 [RaisesException] void drawImage(HTMLCanvasElement? canvas, float sx, float sy, float sw, float sh, float dx, float dy, float dw, float dh);
128 [RaisesException] void drawImage(HTMLVideoElement? video, float sx, float sy, float sw, float sh, float dx, float dy, float dw, float dh);
131 [EnabledAtRuntime=experimentalCanvasFeatures, RaisesException] void drawImage(ImageBitmap? imageBitmap, float sx, float sy, float sw, float sh, float dx, float dy, float dw, float dh);
134 optional float sx, optional float sy, optional float sw, optional float sh,
152 [RaisesException] ImageData createImageData(float sw, float sh);
158 [RaisesException] ImageData getImageData(float sx, float sy, float sw, float sh);
160 [RaisesException] ImageData webkitGetImageDataHD(float sx, float sy, float sw, float sh);
  /external/chromium_org/third_party/lcov-1.9/bin/
install.sh 3 # install.sh [--uninstall] sourcefile targetfile [install options]
22 echo Usage: install.sh [--uninstall] source target [install options] >&2
  /external/elfutils/tests/
run-native-test.sh 1 #! /bin/sh
27 . $srcdir/test-subr.sh
34 # the fixed test cases (run-allregs.sh et al) to test that backend
73 # Try the build against a presumed native process, running this sh.
  /external/libvpx/libvpx/examples/
gen_example_text.sh 13 # gen_example_text.sh
83 ${self%/*}/gen_example_code.sh "${txt}"
  /external/libvpx/libvpx/
solution.mk 18 $(SRC_PATH_BARE)/build/make/gen_msvs_sln.sh \
  /frameworks/rs/cpu_ref/linkloader/include/
ELFSectionSymTab.h 44 read(Archiver &AR, ELFObjectTy *owner, ELFSectionHeaderTy const *sh);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/libexec/gcc/arm-eabi/4.6.x-google/install-tools/
mkheaders 1 #!/bin/sh
80 mkinstalldirs="/bin/sh ${itoolsdir}/mkinstalldirs"
93 /bin/sh ./fixinc.sh ${subincdir} \
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/libexec/gcc/arm-linux-androideabi/4.6.x-google/install-tools/
mkheaders 1 #!/bin/sh
80 mkinstalldirs="/bin/sh ${itoolsdir}/mkinstalldirs"
93 /bin/sh ./fixinc.sh ${subincdir} \

Completed in 304 milliseconds

1 2 3 4 5 6 7 8 91011>>