HomeSort by relevance Sort by last modified time
    Searched refs:fs (Results 326 - 350 of 471) sorted by null

<<111213141516171819

  /external/mesa3d/test/
cmain.c 52 gl_shader_t * fs = GGLShaderCreate(GL_FRAGMENT_SHADER); local
53 if (!GGLShaderCompile(fs, fsGLSL, &infoLog)) {
54 printf("GGLShaderCompile fs failed:\n%s\n", infoLog);
61 glError = GGLShaderAttach(prog, fs);
110 printf("GGLShaderCompile fs failed:\n%s\n", infoLog);
295 // TODO DXL test scanline and fs
  /external/stlport/test/unit/
ptrspec_test.cpp 229 vector<Func> fs; local
230 fs.push_back(&f1);
231 CPPUNIT_ASSERT( !fs.empty() );
  /ndk/tests/device/test-gnustl-full/unit/
ptrspec_test.cpp 229 vector<Func> fs; local
230 fs.push_back(&f1);
231 CPPUNIT_ASSERT( !fs.empty() );
  /ndk/tests/device/test-stlport/unit/
ptrspec_test.cpp 229 vector<Func> fs; local
230 fs.push_back(&f1);
231 CPPUNIT_ASSERT( !fs.empty() );
  /external/e2fsprogs/po/
at-expand.pl 76 $msg =~ s/\@C/conflicts with some other fs block/g;
  /external/kernel-headers/original/linux/
highmem.h 4 #include <linux/fs.h>
  /external/v8/tools/
gc-nvp-trace-processor.py 112 if 'fs' in self.props:
113 args.append('fs %s' % self.props['fs'])
235 fs = 'solid 0.4 noborder',
238 fs = 'solid 0.4 noborder',
246 fs = 'solid 0.4 noborder',
249 fs = 'solid 0.4 noborder',
  /frameworks/base/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Control.c 31 LVPSA_RETURN LVPSA_BPSinglePrecCoefs( LVM_UINT16 Fs,
35 LVPSA_RETURN LVPSA_BPDoublePrecCoefs( LVM_UINT16 Fs,
39 LVPSA_RETURN LVPSA_BPDoublePrecCoefs( LVM_UINT16 Fs,
77 if(pNewParams->Fs >= LVPSA_NR_SUPPORTED_RATE)
117 pParams->Fs = pLVPSA_Inst->CurrentParams.Fs;
195 if(Params.Fs != pInst->CurrentParams.Fs)
197 pInst->CurrentParams.Fs = Params.Fs;
273 LVM_UINT32 fs = (LVM_UINT32)LVPSA_SampleRateTab[(LVM_UINT16)pParams->Fs]; \/* Sample rate *\/ local
    [all...]
  /system/vold/
Fat.cpp 34 #include <linux/fs.h>
51 SLOGW("Skipping fs checks\n");
  /external/webrtc/src/modules/audio_processing/main/test/unit_test/
unit_test.cc 363 int fs[] = {8000, 16000, 32000}; local
364 for (size_t i = 0; i < sizeof(fs) / sizeof(*fs); i++) {
365 EXPECT_EQ(apm_->kNoError, apm_->set_sample_rate_hz(fs[i]));
366 EXPECT_EQ(fs[i], apm_->sample_rate_hz());
381 int fs[] = {8000, 16000, 32000}; local
384 for (size_t k = 0; k < sizeof(fs) / sizeof(*fs); k++) {
388 test->set_samplerate(fs[k]);
  /external/qemu/
usb-linux.c 1543 FindDeviceState fs; local
    [all...]
  /cts/tests/SignatureTest/src/android/tests/sigtest/
SignatureTestActivity.java 109 Field[]fs = rClass.getFields(); local
110 for (Field f : fs) {
  /external/chromium/third_party/libjingle/source/talk/base/
fileutils.cc 270 FileStream* fs = Filesystem::OpenFile(pathname, "w"); local
271 delete fs;
proxydetect.cc 446 FileStream* fs = Filesystem::OpenFile(path, "r"); local
447 if (!fs) {
453 while (fs->ReadLine(&line) == SR_SUCCESS) {
481 fs->Close();
511 FileStream* fs = Filesystem::OpenFile(filename, "r"); local
512 if (!fs) {
518 while (fs->ReadLine(&line) == SR_SUCCESS) {
549 fs->Close();
    [all...]
  /external/dbus/test/
unused-code-gc.py 85 for fs in file_summaries:
86 print fs
  /external/iproute2/ip/
ifcfg 18 killall -HUP rdisc || rdisc -fs
  /external/kernel-headers/original/asm-x86/
elf.h 153 cur->thread.fs = 0; cur->thread.gs = 0; \
186 (pr_reg)[21] = current->thread.fs; \
190 asm("movl %%fs,%0" : "=r" (v)); (pr_reg)[25] = v; \
  /external/llvm/lib/Archive/
Archive.cpp 71 if (sys::fs::exists(newFile.str(), Exists) || !Exists) {
121 sys::fs::get_magic(path.str(), magic.capacity(), magic);
  /external/llvm/test/MC/X86/
x86-64.s 170 // CHECK: fs
172 fs;movb 0(%eax), %al
843 push %fs
844 // CHECK: pushq %fs
850 pushw %fs
851 // CHECK: pushw %fs
858 pop %fs
859 // CHECK: popq %fs
865 popw %fs
866 // CHECK: popw %fs
    [all...]
  /external/opencv/cv/src/
cvhistogram.cpp     [all...]
  /external/webrtc/src/modules/audio_processing/ns/main/source/
ns_core.c 72 int WebRtcNs_InitCore(NSinst_t *inst, WebRtc_UWord32 fs)
84 if (fs == 8000 || fs == 16000 || fs == 32000)
86 inst->fs = fs;
93 if (fs == 8000)
102 else if (fs == 16000)
111 else if (fs==32000)
863 if (inst->fs == 32000
    [all...]
nsx_core.c 492 WebRtc_Word32 WebRtcNsx_InitCore(NsxInst_t *inst, WebRtc_UWord32 fs)
504 if (fs == 8000 || fs == 16000 || fs == 32000)
506 inst->fs = fs;
512 if (fs == 8000)
521 } else if (fs == 16000)
530 } else if (fs == 32000)
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/
rebaseline_chromium_webkit_tests.py 250 fs = self._target_port._filesystem
253 if (fs.exists(self._target_port.reftest_expected_filename(test_abspath)) or
254 fs.exists(self._target_port.reftest_expected_mismatch_filename(test_abspath))):
433 fs = self._filesystem
436 if not fs.exists(png_fullpath):
440 with fs.open_binary_file_for_reading(png_fullpath) as filehandle:
442 checksum_in_text_file = fs.read_text_file(checksum_path)
    [all...]
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp 159 int fs = i==GGLFormat::ALPHA ? mBlendSrcA : mBlendSrc; local
161 if (fs==GGL_SRC_ALPHA_SATURATE && i==GGLFormat::ALPHA)
162 fs = GGL_ONE;
176 info.blend = (fs != int(GGL_ONE)) || (fd > int(GGL_ZERO));
489 int fs = component==GGLFormat::ALPHA ? mBlendSrcA : mBlendSrc; local
491 if (fs==GGL_SRC_ALPHA_SATURATE && component==GGLFormat::ALPHA) {
492 fs = GGL_ONE;
496 const int blending = blending_codes(fs, fd);
499 const int need_blending = (fs != int(GGL_ONE)) || (fd > int(GGL_ZERO));
    [all...]
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
ChoiceFormatTest.java 399 String[] fs = new String[] { "0", "1" }; local
400 f.setChoices(l, fs);
402 assertTrue("Formats copied", f.getFormats() == fs);

Completed in 626 milliseconds

<<111213141516171819