HomeSort by relevance Sort by last modified time
    Searched refs:properties (Results 651 - 675 of 769) sorted by null

<<21222324252627282930>>

  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help_3.5.0.v20100524.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /external/libxml2/
valid.c     [all...]
  /external/openfst/src/include/fst/
compact-fst.h 36 #include <fst/test-properties.h>
83 // // Return the properties that are always true for an fst
85 // uint64 Properties();
439 using FstImpl<A>::Properties;
522 SetProperties(impl.Properties());
556 if (Properties(kError)) return 0;
581 if (!HasArcs(s) && !Properties(kILabelSorted))
589 if (!HasArcs(s) && !Properties(kOLabelSorted))
707 SetProperties(impl.Properties());
728 uint64 copy_properties = fst.Properties(kCopyProperties, true)
    [all...]
replace.h 41 #include <fst/test-properties.h>
379 if(!fst->Properties(kILabelSorted, false))
381 if(!fst->Properties(kOLabelSorted, false))
383 inprops.push_back(fst->Properties(kCopyProperties, false));
426 if (Properties(kILabelSorted | kOLabelSorted) && all_non_empty)
443 SetProperties(impl.Properties(), kCopyProperties);
549 } else if (always_cache_ || !Properties(kILabelSorted)) {
586 } else if(always_cache_ || !Properties(kOLabelSorted)) {
611 uint64 Properties() const { return Properties(kFstProperties);
    [all...]
  /external/openfst/src/include/fst/extensions/pdt/
expand.h 35 #include <fst/test-properties.h>
53 // Properties for an expanded PDT.
66 using FstImpl<A>::Properties;
97 uint64 props = fst.Properties(kFstProperties, false);
112 SetProperties(impl.Properties(), kCopyProperties);
    [all...]
  /external/ppp/pppd/
main.c 93 #include <cutils/properties.h>
    [all...]
  /external/srec/seti/sltsEngine/src/
run_seq_lts.c 87 #define qmatches(myQ, myU) (in_list( myU->properties[ myQ->type], myQ))
1054 dp->properties[ Left1+j] = find_letter_index(LTS_MARKER_PIPESEP_CHAR, lm);
1057 if (i < 0) dp->properties[ Left1+j] = find_letter_index(LTS_MARKER_PIPESEP_CHAR, lm);
1059 dp->properties[ Left1+j] = find_letter_index(input_word[i], lm);
1060 if (dp->properties[ Left1+j] == LTS_MAXCHAR) { /*assume an unknown character is a word boundary*/
1061 dp->properties[ Left1+j] = find_letter_index(LTS_MARKER_PIPESEP_CHAR, lm);
1073 dp->properties[ Right1+j] = find_letter_index(LTS_MARKER_PIPESEP_CHAR, lm);
1076 if (i >= word_len) dp->properties[Right1+j] = find_letter_index(LTS_MARKER_PIPESEP_CHAR, lm);
1078 dp->properties[ Right1+j] = find_letter_index(input_word[i], lm);
1079 if (dp->properties[ Right1+j] == LTS_MAXCHAR) { /*assume an unknown character is a word boundary*
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_cli.c 33 #include <cutils/properties.h>
    [all...]
  /frameworks/av/media/libmedia/
MediaProfiles.cpp 25 #include <cutils/properties.h>
    [all...]
ToneGenerator.cpp 26 #include <cutils/properties.h>
    [all...]
  /frameworks/av/media/libstagefright/rtsp/
MyHandler.h 31 #include <cutils/properties.h>
    [all...]
  /frameworks/base/core/jni/
android_view_GLES20Canvas.cpp 33 #include <cutils/properties.h>
    [all...]
  /frameworks/base/services/input/
EventHub.cpp 25 #include <cutils/properties.h>
    [all...]
InputReader.h     [all...]
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 34 #include <cutils/properties.h>
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h 31 #include <cutils/properties.h>
    [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMX3A.cpp 32 #include <cutils/properties.h>
    [all...]
  /hardware/ti/wlan/wl1271/wpa_supplicant_lib/
driver_ti.c 29 #include <cutils/properties.h>
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
OutlinePage.java 53 import com.android.ide.eclipse.adt.internal.editors.layout.properties.PropertySheetPage;
389 // This used to open the property view, but now that properties are docked
392 // Front properties panel; its selection is already linked
448 mPropertySheetComposite.setTitleText("Properties");
    [all...]
  /external/openssh/
servconf.c 50 #include <cutils/properties.h>
    [all...]
  /external/v8/src/
heap.h 563 // Properties and elements are copied too.
    [all...]
objects.cc 334 // If the object has an interceptor, try real named properties.
395 // If the object has an interceptor, try real named properties.
505 // When forced to delete global properties, we have to make a
669 // Undefined and null have no indexed properties.
    [all...]
  /external/v8/src/x64/
code-stubs-x64.cc 361 // [rsp + (2 * kPointerSize)]: constant properties.
376 // Check that the boilerplate contains only fast properties and we can
385 // properties from the boilerplate.
    [all...]

Completed in 1131 milliseconds

<<21222324252627282930>>