/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
attrsetvaluenomodificationallowederrEE.java | 39 * @see <a href="http://www.w3.org/TR/2000/WD-DOM-Level-1-20000929/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='NO_MODIFICATION_ALLOWED_ERR'])">http://www.w3.org/TR/2000/WD-DOM-Level-1-20000929/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='NO_MODIFICATION_ALLOWED_ERR'])</a> 40 * @see <a href="http://www.w3.org/TR/2000/WD-DOM-Level-1-20000929/level-one-core#ID-221662474">http://www.w3.org/TR/2000/WD-DOM-Level-1-20000929/level-one-core#ID-221662474</a> 41 * @see <a href="http://www.w3.org/TR/2000/WD-DOM-Level-1-20000929/level-one-core#xpointer(id('ID-221662474')/setraises/exception[@name='DOMException']/descr/p[substring-b (…) [all...] |
/packages/apps/Nfc/nci/jni/ |
PowerSwitch.h | 39 ** Description: UNKNOWN_LEVEL: power level is unknown because the stack is off. 61 ** Description: Platform Power Level, copied from NativeNfcBrcmPowerMode.java. 62 ** UNKNOWN_LEVEL: power level is unknown. 122 void initialize (PowerLevel level); 129 ** Description: Get the current power level of the controller. 131 ** Returns: Power level. 141 ** Description: Set the controller's power level. 142 ** level: power level. 147 bool setLevel (PowerLevel level); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
multifile.py | 46 self.level = 0 54 if self.level > 0: 64 if self.level > 0: 69 self.level > 0 and pos > self.lastpos: 72 self.level = 0 76 if self.level > 0: 81 self.level = len(self.stack) 82 self.last = (self.level > 0) 86 assert self.level == 0 107 self.level = i+ [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
multifile.py | 46 self.level = 0 54 if self.level > 0: 64 if self.level > 0: 69 self.level > 0 and pos > self.lastpos: 72 self.level = 0 76 if self.level > 0: 81 self.level = len(self.stack) 82 self.last = (self.level > 0) 86 assert self.level == 0 107 self.level = i+ [all...] |
/libcore/luni/src/main/java/java/util/logging/ |
Handler.java | 26 * disabled by setting its logging level to {@code Level.OFF}. 30 private static final Level DEFAULT_LEVEL = Level.ALL; 38 // the logging level 39 private Level level; field in class:Handler 53 * level {@code Level.ALL}. It has no filter and no formatter. 57 this.level = DEFAULT_LEVEL [all...] |
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
StreamHandlerTest.java | 35 import java.util.logging.Level; 94 "java.util.logging.StreamHandler.level")); 103 assertSame(Level.INFO, h.getLevel()); 115 p.put("java.util.logging.StreamHandler.level", "FINE"); 125 "java.util.logging.StreamHandler.level")); 129 assertSame(h.getLevel(), Level.parse("FINE")); 142 p.put("java.util.logging.StreamHandler.level", INVALID_LEVEL); 150 "java.util.logging.StreamHandler.level")); 154 assertSame(Level.INFO, h.getLevel()); 158 h.publish(new LogRecord(Level.SEVERE, "test")) [all...] |
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
vlc_encode.cpp | 142 Int PutCoeff_Inter(Int run, Int level, BitstreamEncVideo *bitstream); 143 Int PutCoeff_Inter_Last(Int run, Int level, BitstreamEncVideo *bitstream); 144 Int PutCoeff_Intra(Int run, Int level, BitstreamEncVideo *bitstream); 145 Int PutCoeff_Intra_Last(Int run, Int level, BitstreamEncVideo *bitstream); 154 Int PutCoeff_Inter_RVLC(Int run, Int level, BitstreamEncVideo *bitstream); 155 Int PutCoeff_Inter_RVLC_Last(Int run, Int level, BitstreamEncVideo *bitstream); 156 Int PutCoeff_Intra_RVLC(Int run, Int level, BitstreamEncVideo *bitstream); 157 Int PutCoeff_Intra_RVLC_Last(Int run, Int level, BitstreamEncVideo *bitstream); 159 Int PutRunCoeff_Inter(Int run, Int level, BitstreamEncVideo *bitstream); 160 Int PutRunCoeff_Inter_Last(Int run, Int level, BitstreamEncVideo *bitstream) 1436 Int level; local 1509 Int level; local 1578 Int level; local 1792 Int level; local [all...] |
/external/chromium_org/chrome/common/extensions/docs/server2/ |
sidenav_data_source_test.py | 29 'level': 1, 32 'level': 2, 34 'items': [{ 'level': 3, 'title': 'X1' }] 84 {'href': '/base/path/H1.html', 'level': 2}, 85 {'href': '/base/path/H2.html', 'level': 2, 'selected': True}, 86 {'href': '/base/path/base/path/H2.html', 'level': 2}, 87 {'href': 'https://qualified/X1.html', 'level': 2}, 89 {'href': '/base/path/H4.html', 'level': 3} 91 'href': '/base/path/H3.html', 'level': 2} 116 'level': 2 [all...] |
/external/chromium_org/sandbox/win/src/ |
restricted_token_utils.h | 28 // token or impersonation token. The integrity level of the token is set to 29 // |integrity level| on Vista only. 45 // Parameters: primary_level is the security level of the primary token. 46 // impersonation_level is the security level of the impersonation token used 47 // to initialize the process. job_level is the security level of the job 71 // Sets the integrity level on a token. This is only valid on Vista. It returns 72 // without failing on XP. If the integrity level that you specify is greater 73 // than the current integrity level, the function will fail. 76 // Sets the integrity level on the current process on Vista. It returns without 77 // failing on XP. If the integrity level that you specify is greater than th [all...] |
/external/bison/src/ |
print-xml.c | 56 print_core (FILE *out, int level, state *s) 68 xml_puts (out, level, "<itemset/>"); 72 xml_puts (out, level, "<itemset>"); 97 xml_printf (out, level + 1, 101 out, level + 2); 102 xml_puts (out, level + 1, "</item>"); 109 xml_printf (out, level + 1, 115 xml_puts (out, level, "</itemset>"); 125 print_transitions (state *s, FILE *out, int level) 139 xml_puts (out, level, "<transitions/>") 500 int level = 0; local [all...] |
/external/chromium_org/content/browser/ |
host_zoom_map_impl.cc | 88 double level) { 94 if (ZoomValuesEqual(level, default_zoom_level_)) 97 host_zoom_levels_[host] = level; 107 new ViewMsg_SetZoomLevelForCurrentURL(std::string(), host, level)); 113 change.zoom_level = level; 120 double level) { 124 scheme_host_zoom_levels_[scheme][host] = level; 134 new ViewMsg_SetZoomLevelForCurrentURL(scheme, host, level)); 142 change.zoom_level = level; 151 void HostZoomMapImpl::SetDefaultZoomLevel(double level) { [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
r600_blit.c | 110 static unsigned u_max_layer(struct pipe_resource *r, unsigned level) 116 return u_minify(r->depth0, level) - 1; 138 unsigned layer, level, sample, checked_last_layer, max_layer, max_sample; local 172 for (level = first_level; level <= last_level; level++) { 173 if (!staging && !(texture->dirty_level_mask & (1 << level))) 176 /* The smaller the mipmap level, the less layers there are 178 max_layer = u_max_layer(&texture->resource.b.b, level); 191 surf_tmpl.u.tex.level = level 261 unsigned layer, level, checked_last_layer, max_layer; local [all...] |
/external/mesa3d/src/gallium/drivers/r600/ |
r600_blit.c | 110 static unsigned u_max_layer(struct pipe_resource *r, unsigned level) 116 return u_minify(r->depth0, level) - 1; 138 unsigned layer, level, sample, checked_last_layer, max_layer, max_sample; local 172 for (level = first_level; level <= last_level; level++) { 173 if (!staging && !(texture->dirty_level_mask & (1 << level))) 176 /* The smaller the mipmap level, the less layers there are 178 max_layer = u_max_layer(&texture->resource.b.b, level); 191 surf_tmpl.u.tex.level = level 261 unsigned layer, level, checked_last_layer, max_layer; local [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
armVCM4P10_DecodeCoeffsToPair.c | 72 int Level, LevelCode, LevelPrefix, LevelSuffix, LevelSuffixSize; 99 Level = -1; 103 Level = +1; 105 pLevel[i] = (OMX_S16)Level; 107 DEBUG_PRINTF_2("Level[%d] = %d\n", i, pLevel[i]); 110 /* Decode (non zero) level values */ 149 /* Level magnitude can't be 1 */ 155 Level = (-LevelCode-1)>>1; 160 Level = (LevelCode+2)>>1; 162 pLevel[i] = (OMX_S16)Level; [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/Layout/ |
flexbox-lots-of-data.html | 33 .col-level { 63 <div class="row"><div class="cell col-level"></div><div class="cell col-proc"></div><div class="cell col-text">--------- xxxxxxxxx xx /xxx/xxx/xxxxxx</div></div><div class="row"><div class="cell col-level">x</div><div class="cell col-proc">xxxxxxxxxxxxxxx</div><div class="cell col-text">xxxxxxx xxx.xxxxxx.xxxxxxx.xxxxxxxxx (xxx xxxx) xxx xxxx.</div></div><div class="row"><div class="cell col-level">x</div><div class="cell col-proc">xxxxxxxxxxxxxxxxxxx</div><div class="cell col-text">xxxxxxxxxxxxxxxxxxxxxxxxxx: xxx=x, xxxxxxxxx=x, xxxxxxxxx xxxxxxxxx=x</div></div><div class="row"><div class="cell col-level">x</div><div class="cell col-proc">xxxxxxxxxxxxxxx</div><div class="cell col-text">xxxxx xxxx xxx.xxxxxx.xxxxxxx.xxxxxxxxx xxx xxxxxxxxx xxx.xxxxxx.xxxxxxx.xxxxxxxxx/xxx.xxxxxx.xxxxxxx.xxxxxxxxxx.xxxxxxxxxxxxxxxxxxxx: xxx=xxxx xxx=xxxxx xxxx={xxxxx, xxxx, xxxx, xxxx, xxxx}</div></div><div class="row"><div class="cell col-level">x</div><div class="cell col-proc">xxxxxxxxxxxxxxx</div><div class="cell col-text">xxxxxxx xxx.xxxxxx.xxxxxxx.xxxx.xxxxxxxx (xxx xxxx) xxx xxxx.</div></div><div class="row"><div class="cell col-level">x</div><div class="cell col-proc">xxxxxxxxxxxxxxx</div><div class="cell col-text">xxxxx xxxx xxx.xxxxxx.xxxxxxx.xxxx.xxxxxxxx xxx xxxxxxxxx xxx.xxxxxx.xxxxxxx.xxxx.xxxxxxxx/xxx.xxxxxx.xxxxxxx.xxxxxxxxxx.xxxxxxxxxxxxxxxxxxxx: xxx=xxxx xxx=xxxxx xxxx={xxxxx, xxxx, xxxx, xxxx}</div></div><div class="row"><div class="cell col-level">x</div><div class="cell col-proc">xxxxxxxxxxxxxxx</div><div class="cell col-text">xxxxxxx xxx.xxxxxx.xxxxxxx.xxxx.xxxx (xxx xxxx) xxx xxxx.</div></div><div class="row"><div class="cell col-level">x</div><div class="cell col-proc">xxxxxxxxxxxxxxx</div><div class="cell col-text">xxxxx xxxx xxx.xxxxxx.xxxxxxx.xxxx.xxxx xxx xxxxxxxxx xxx.xxxxxx.xxxxxxx.xxxx.xxxx/.xxxxxxx.xxxxxxxxxxxxxxxxxxxx: xxx=xxxx xxx=xxxxx xxxx={xxxxx, xxxx, xxxx, xxxx, xxxx, xxxx}</div></div><div class="row"><div class="cell col-level">x</div><div class="cell col-proc">xxxxxxxxxxxxxxx</div><div class="cell col-text">xxxxxxx xxx.xxx (…) [all...] |
/external/wpa_supplicant_8/src/utils/ |
wpa_debug.c | 45 static int wpa_to_android_level(int level) 47 if (level == MSG_ERROR) 49 if (level == MSG_WARNING) 51 if (level == MSG_INFO) 104 static int syslog_priority(int level) 106 switch (level) { 195 * @level: priority level (MSG_*) of the message 204 void wpa_printf(int level, const char *fmt, ...) 209 if (level >= wpa_debug_level) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/ |
r600_blit.c | 100 static unsigned u_num_layers(struct pipe_resource *r, unsigned level) 106 return u_minify(r->depth0, level); 119 unsigned layer, level; local 125 for (level = 0; level <= texture->resource.b.b.last_level; level++) { 126 unsigned num_layers = u_num_layers(&texture->resource.b.b, level); 132 surf_tmpl.u.tex.level = level; 268 unsigned level, [all...] |
/external/mesa3d/src/gallium/drivers/radeonsi/ |
r600_blit.c | 100 static unsigned u_num_layers(struct pipe_resource *r, unsigned level) 106 return u_minify(r->depth0, level); 119 unsigned layer, level; local 125 for (level = 0; level <= texture->resource.b.b.last_level; level++) { 126 unsigned num_layers = u_num_layers(&texture->resource.b.b, level); 132 surf_tmpl.u.tex.level = level; 268 unsigned level, [all...] |
/build/target/board/generic_x86/ |
README.txt | 4 It can be used to build the entire user-level system, and
|
/dalvik/dx/tests/011-class-attrib-Synthetic/ |
info.txt | 6 class-level Synthetic attribute, which is syntactically valid.
|
/dalvik/dx/tests/012-class-attrib-SourceFile/ |
info.txt | 6 class-level SourceFile attribute, which is syntactically valid.
|
/dalvik/dx/tests/013-class-attrib-Deprecated/ |
info.txt | 6 class-level Deprecated attribute, which is syntactically valid.
|
/dalvik/dx/tests/025-class-attrib-Signature/ |
info.txt | 6 class-level Signature attribute, which is syntactically valid.
|
/development/samples/AndroidBeamDemo/ |
_index.html | 1 <p>Android Beam Demo shows how to use the Android Beam feature introduced in API level 14. This
|
/development/samples/BluetoothLeGatt/ |
_index.jd | 7 Android 4.3 (API level 14) or above platforms. </p>
|